From d431485326cac9746f8ff6ebcbcc9df425d7875b Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 2 May 2005 10:17:29 +0000 Subject: [PATCH] bitkeeper revision 1.1389.1.24 (4275fe39zl4LNqHkDr0esLqsvTaLoA) Fix ioemu makefile to not use 'uname -i'. Signed-off-by: Keir Fraser --- tools/ioemu/iodev/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ioemu/iodev/Makefile b/tools/ioemu/iodev/Makefile index 05c09791f1..e56e3862cf 100644 --- a/tools/ioemu/iodev/Makefile +++ b/tools/ioemu/iodev/Makefile @@ -4,8 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk TOPDIR= .. CXXFLAGS=-I. -I../include -I.. -ARCH=$(shell uname -i) -ifeq ($(ARCH), i386) +ifeq ($(XEN_TARGET_ARCH), x86_32) CXXFLAGS+=-D_FILE_OFFSET_BITS=64 endif -- 2.30.2